body {
    margin: 0;
    font-family: Trebuchet MS, sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

.top-bar {
    background-color: #03224C;
    opacity: 0.7;
    overflow: hidden;
}

.top-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 10;
    display: flex;
    justify-content: center;
}

.top-bar li {
    position: relative;
    margin: 15px;
}

.top-bar a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.top-bar a:hover {
    background-color: #ddd;
    color: black;
}

.content {
    padding: 20px;
}
h1 {
    font-size: 3rem;
    color: #333;
    text-align: center;
    font-family: Impact, fantasy;
    font-weight: 500;
}
h2{
    text-align: left;
    margin-top: 25px;
    padding: 10px;
    font-family: Trebuchet MS, sans-serif;
    font-weight: 250
}
h3{
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    text-align: middle;
    font-family: Impact, fantasy;
    font-weight: 100;
    margin: 20px;
}

h5 {
    font-size: 1rem;
    color: #fff;
    line-height: 1.8;
    text-align: middle;
    font-family: Trebuchet MS, sans-serif;
    font-weight: 100;
    margin: 20px;
    background-color: #03224C;
    opacity: 0.7;
}

p {
    font-size: 1rem;
    color: dark;
    line-height: 1.8;
    text-align: middle;
    font-family: Trebuchet MS, sans-serif;
    font-weight: 100;
    margin: 20px;
}

li {
    font-size: 1rem;
    color: #888888;
}

img {
    width : auto;
    height : 250px;
    }
video {
    width : 400px;
    height : 250px;
    }

.column1 {
    float: left;
    width: 15%;
    padding: 5px;
    }

.column2 {
    float: left;
    width: 80%;
    padding: 28px;
    }
    
.row::after {
    content: "";
    clear: both;
    display: table;
    }


    
nav a {
    color: rgb(255, 255, 255);
    margin: 0 1em;
    text-decoration: none;
    }
    


.dropdown {
    position: relative;
    display: inline-block;
    }
    
   
.dropdown-content {
    display: none;
    background-color: #03224C;
    opacity: 0.7;
    min-width: 16px;
    z-index: 1;
    }
    
    
.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    }
    
    
.dropdown-content a:hover {
    background-color: #ffffff;
    }
    
    
.dropdown:hover .dropdown-content {
    display: block;
    }

.top-bar li a, .dropbtn {
    display: inline-block;
    color: rgb(250, 250, 250);
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    }
    
.top-bar li a:hover, .dropdown:hover .dropbtn {
    background-color: #03224C;
    opacity: 0.7;
    }
    

.columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-left: 5%;
    margin-top: 2px;
    }
.columns-p {
    text-align: middle;
    margin-top: 15px;
    }


.hidden-anchor {
        position: fixed;
        bottom: 10px;
        right: 10px;
        cursor: pointer;
        font-size: 24px;
    }
    
.boat {
        position: absolute;
        font-size: 72px; 
        transition: transform 2s linear, top 2s linear, left 2s linear;
        display: none;
        left: -200px; 
        top: -200px;
    }

footer {
        background-color: #03224C;
        color: #fff;
        padding: 20px 0;
        text-align: center;
        opacity: 0.7;
    }
    
.footer-content p {
        margin: 5px 0;
        color: #fff;
    }
    
.footer-content a {
        color: #dfa435; 
        text-decoration: none;
    }
    
.footer-content a:hover {
        text-decoration: underline;
    }
    
.footer-bottom {
        margin-top: 10px;
        font-size: 0.9em;
    }


.shop, .payment-form {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 10px;
    }
    
.payment-form {
        display: none;
    }
    
.shop h1 {
        margin-bottom: 10px;
    }
    
.shop button, .payment-form button, #pay-button {
        width: 100%;
        padding: 10px;
        background-color: red;
        border: none;
        color: #fff;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
    }
    
.shop button:hover, .payment-form button:hover, #pay-button:hover {
        background-color: #E65656;
    }
    
.success-message {
        display: none;
        color: green;
        margin-top: 20px;
    }
    
.products, #cart-items {
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        padding: 1em;
    }



    


    

    






    
